html, body {
    background-color: #000002;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 30px;
}

#main-content {
    margin-top: 250px;
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
}

#heading {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bolder;
}

#thin-separator {
    color: #000002;
    background-color: #9B825E;
    width: 60%;
    margin-top: 80px;
    margin-bottom: 80px;
}

#text {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300px;
}

#subtitle {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bolder;
    text-align: left;
    margin-top: 80px;
    margin-bottom: 80px;
}

#subtitle-small {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

#subtitle-question {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

#subtitle-answer {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

ul {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300px;
    text-align: left;
}

a {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300px;
    text-align: left;
}

a:hover {
    color: white;
}

.btn {
    padding: 8px 70px;
    border-color: #9B825E;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-radius: 0px;
    margin-bottom: 30px;
}

#content-container {
    margin-top: 100px;
}

/*new*/
.header {
    text-align: center;
    margin: 268px auto 64px auto;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    max-width: 1200px;
    padding:0px 20px;
}

.header p {
    font-size: 20px;
    margin-bottom: 0;
    color:#9B825E;
    font-weight:600;
}

#overview-decoration {
    height: 35px;
    width: auto;
}

.main-content {
    max-width: 1200px;
    margin:auto auto 80px auto;
    padding:0px 20px;
}

.main-content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-content p {
    font-size: 16px;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    text-align: justify;
}

.main-content ul {
    font-size: 16px;
}

.main-content a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color:#9B825E;
}
/*new*/

@media screen and (min-width: 2159px) {

    body #description-text, 
    body #overview-text,
    .main-content p,
    .main-content ul {
        font-size: 20px;
    }

    .main-content a {
        font-size: 22px
    }

    body #heading-text,
    body #form-heading h1,
    .header p,
    .main-content h1 {
        font-size: 24px;
    }

    body #overview-decoration {
        height: 43px;
        width: auto;
    }

    body #heading-decoration,
    body #curve-decoration {
        height: 43px;   
    }


    body h2,
    body #subtitle,
    body #heading {
        font-size: 24px;
    }

    body #text,
    body #subtitle-small,
    body #subtitle-question,
    body #subtitle-answer {
        font-size: 20px;
    }

    .header {
        margin: 323px auto 64px auto;
    }

}

@media screen and (max-width: 991px) {

    body #main-content {
        margin-top: 130px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header {
        margin: 70px auto 64px auto;
    }
}
